* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;*/
    ;

     /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */






}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #241c15;
  padding-top: 50px;

  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;

  /* overflow-x: hidden; */
  
  
  
}





.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
   background: white;
  border-bottom: 1px solid #e6e6e6;
  /*z-index: 9999; */


  border-bottom: none; /* remove old border */
  z-index: 9999;
  /* overflow: visible; */
}




/* WAVE CONTAINER */
/* .header-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 0;
} */


.header-wave {
  position: absolute;
  bottom: 70px; /* pushes wave below header */
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 0;
}

/* SVG */
.header-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Wave color */
.header-wave path {
  fill: #469ee6; /* same as header background */
   fill: #2f8cc9;
}

.nav {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  display: block;
}



.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #241c15;
  display: block;
}



.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links li {
  position: relative;
  color: #1f5c82;
  
  
}
/* .nav-links li a:hover {
  color: #469ee6;
  
} */

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #241c15;
   color: #1f5c82;
  padding: 10px 0;
}



/* .mega-mailchimp {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 1200px;
  background: #ffffff;
  box-shadow: 0 32px 64px rgba(36, 28, 21, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9998;
} */

.mega-mailchimp {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;           /* FULL PAGE WIDTH */
  max-width: none;        /* remove restriction */
  transform: none;        /* remove centering */
  background: #ffffff;
  box-shadow: 0 32px 64px rgba(36, 28, 21, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9998;
}

.has-mega:hover .mega-mailchimp,
.mega-mailchimp:hover {
  opacity: 1;
  visibility: visible;
}


.has-mega::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 40px;
}





.has-mega .mega-mailchimp {
  display: none;
}

.has-mega.open .mega-mailchimp {
  display: flex;
  opacity: 1;
  visibility: visible;
}




.mega-left {
  flex: 3;
  padding: 30px;
}
.mega-left h2{
    margin-bottom: 10px;
   font-weight: normal;

}

.mega-right {
  flex: 1.4;
  padding: 48px;
  background: #f6f6f4;
}
.mega-right p{
    /* font-size: 0.95rem; */
    font-size: 15px;
    /* font-family: 'Segoe UI', sans-serif; */
    
     color: #6b6b6b;

      font-size: 14px;
    /* font-family: 'Segoe UI', sans-serif; */
    
    
      font-family: 'Inter', sans-serif;
      font-weight: 400;
  
  color: #241c15;
  color: #1f5c82;
  line-height: 1.6;
     
     
}



.mega-right h5 {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  color: #469ee6;
  color: #1f5c82;
}


.mega-right ul {
  list-style: none;
}

.mega-right li {
  font-size:10px;
  padding: 10px 0;
  
  color: #6b6b6b;
  color: #6b6b6b;
}




.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 36px;
}

.item {
  display: flex;
  gap: 14px;
}

.item i {
  font-size: 20px;
  margin-top: 3px;
  /*color: #241c15;*/
  /*color: #55a2e0;*/
  color: #469ee6;
  color: #1f5c82;

}
.item h4 {
  
}
.item h4:hover {
  
  cursor: pointer;
  text-decoration: underline;
  
}


.item p {
  font-size: 13px;
  color: #6b6b6b;
   font-weight: 450;
  
  line-height: 1.6;
}


.industry-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.industry-item {
  display: flex;
  gap: 16px;
  
}

.industry-item i {
  font-size: 20px;
  /*color: #241c15;*/
  color: #469ee6;
  /*margin-top: 3px;*/
  color: #1f5c82;
}
.industry-content h4{
  font-size: 16px;
  color: #1f5c82;
  
  


  
}

.industry-content a {
  font-size: 16px;
  font-weight: 600;
  color: #241c15;
  text-decoration: none;
}
.industry-content a:hover {
  text-decoration: underline;
  color: black;
}

.industry-content p {
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 6px;
}





.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: #241c15;
}





/* .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}


.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
} */



/* .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}


.nav-links > li > a:hover .nav-chevron {
  transform: rotate(180deg);
}


.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
} */



/* NAV LINK BASE */
.nav-links > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
}


.nav-links > li > a:hover {
  color: #469ee6;
   color: #2f8cc9;
}

/* UNDERLINE (hidden initially) */
.nav-links > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  /*background-color: #241c15;*/
  /* background-color: #469ee6; */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
   background-color: #2f8cc9;
}

/* SHOW UNDERLINE ON HOVER */
.nav-links > li > a:hover::after {
  transform: scaleX(1);
  color: #469ee6;
  color: #2f8cc9;
}

/* CHEVRON ICON */
.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}

/* ROTATE CHEVRON ON HOVER (ALL ITEMS) */
.nav-links > li > a:hover .nav-chevron {
  transform: rotate(180deg);
}

/* KEEP ROTATED WHEN MEGA MENU IS OPEN */
.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
}

/* KEEP UNDERLINE WHEN MEGA MENU IS OPEN */
.has-mega.open > a::after {
  transform: scaleX(1);
}





@media (max-width: 800px) {

  /* HEADER */
  body {
    padding-top: 80px;
  }

  .menu-toggle {
    display: flex;
    z-index: 10001;
  }

  /* MAIN NAV */
  .nav-links {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 16px;
    overflow-y: auto;
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    display: block;
  }

  /* DISABLE HOVER ON MOBILE */
  .has-mega:hover .mega-mailchimp {
    opacity: 1;
    visibility: visible;
  }

  /* MEGA MENU */
  .mega-mailchimp {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    border-top: 1px solid #eee;
  
    

     
  }

  .has-mega.open .mega-mailchimp {
    display: block;
  }

  /* STACK CONTENT */
  .mega-left,
  .mega-right {
    padding: 16px 0;
    background: transparent;
    width: 100%;
  }

  .mega-left h2 {
    font-size: 18px;
  }

  

  /* PRODUCTS → SINGLE COLUMN */
  .mega-grid {
    grid-template-columns: 1fr;
    gap: 18px;

  }

  /* .mega-grid {
  justify-items: center;
} */


  .item {
    gap: 12px;
  }

  .item h4 {
    font-size: 15px;
  }

  .item p {
    font-size: 13px;
  }

  /* INDUSTRIES */
  .industry-list {
    gap: 20px;
  }

  .industry-content a {
    font-size: 15px;
  }

  .industry-content p {
    font-size: 13px;
  }

  /* RIGHT PANEL */
  .mega-right h5 {
    font-size: 12px;
  }

  .mega-right li {
    font-size: 12px;
    padding: 8px 0;
  }
}




/* BENEFITS LIST */
.benefit-list{
  list-style: none;
  padding: 0;
  margin-top: 16px;
}

.benefit-list li{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* ICON CONTAINER */
.benefit-icon{
  width: 28px;
  height: 28px;
  background: rgba(47,140,201,0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

}

/* ICON */
.benefit-icon i{
  font-size: 13px;
  color: #2f8cc9;
   color: #1f5c82;
  
}

/* TEXT */
.benefit-text{
  font-size: 13px;
  line-height: 1.6;
  color: #1f5c82;
  /* color: #1f3949; */
  font-weight: 600;
}


@media (max-width: 880px) {
  .mega-right h5 {
    font-size: 15px;
    font-weight: bold;
    /* font-size: 30px; */
    
  }


}




.case-highlight {
  padding: 10px 6%;
  background: #f3f6f9;
  /* font-family: 'Segoe UI', sans-serif; */
  overflow: visible;
}

.case-card {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  flex-wrap: wrap;
}

/* LEFT */
.case-text {
  flex: 1;
  min-width: 320px;
}

.case-logo {
  width: 200px;
  margin-bottom: 18px;
}

.case-tag {
  color: #2f8cc9;
  margin-bottom: 16px;
  
  color: #2f8cc9;
}

.case-text h2 {
  font-size: 20px;
  
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 24px;
  color: #0e2f44;
}



.case-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 18px;
}

.case-link {
  color: #2f8cc9;
  font-weight: 600;
  text-decoration: none;
}

/* STATS */
.case-stats {
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap: 30px;
}

.stat h3 {
  font-size: 42px;
  color: #2f8cc9;
}

.stat p {
  font-size: 14px;
  max-width: 180px;
  color: #555;
}

.divider {
  width: 2px;
  height: 60px;
  background: #cfd8e3;
}

/* RIGHT MEDIA */
.case-media {
  flex: 1;
  min-width: 300px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.case-media img {
  width: 50%;
  border-radius: 120px 0 0 120px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/* Decorative blue shape */
.blue-shape {
  position: absolute;
  top: -20px;
  right: 20%;
  width: 280px;
  height: 100px;
  background: #3aa0e6;
  border-radius: 100px;
  transform: rotate(-20deg);
  z-index: 1;
}





/* =========================
   MOBILE RESPONSIVE STYLES
   ========================= */

@media (max-width: 768px) {

  .case-highlight {
    padding: 40px 5%;
  }

  .case-card {
    padding: 30px 25px;
    gap: 30px;
  }

  /* STACK CONTENT */
  .case-card {
    flex-direction: column;
    align-items: center;
  }

  /* TEXT SECTION */
  .case-text {
    min-width: 0;
    width: 100%;
    text-align: center;
  }

  .case-logo {
    width: 160px;
    margin: 0 auto 16px;
  }

  .case-tag {
    font-size: 14px;
  }

  .case-text h2 {
    font-size: 24px;
    line-height: 1.35;
  }

  .case-desc {
    font-size: 15px;
  }

  .case-link {
    display: inline-block;
    margin-top: 10px;
  }

  /* STATS */
  .case-stats {
    flex-direction: column;
    gap: 18px;
    margin-top: 25px;
  }

  .stat h3 {
    font-size: 34px;
  }

  .stat p {
    max-width: 100%;
    font-size: 14px;
  }

  .divider {
    width: 60px;
    height: 2px;
  }

  /* MEDIA SECTION */
  .case-media {
    min-width: 0;
    width: 100%;
    justify-content: center;
    margin-top: 25px;
  }

  .case-media img {
    width: 100%;
    max-width: 280px;
    border-radius: 40px;
  }

  /* DECORATIVE SHAPE */
  .blue-shape {
    top: -10px;
    right: 50%;
    transform: translateX(50%) rotate(-15deg);
    width: 140px;
    height: 60px;
  }
}

/* EXTRA SMALL PHONES */
@media (max-width: 420px) {

  .case-text h2 {
    font-size: 22px;
  }

  .stat h3 {
    font-size: 30px;
  }

  .case-card {
    padding: 25px 18px;
  }
}


@media (max-width: 480px) {

  .case-card {
    padding: 20px 15px;
    width: 100%;
    margin: 0 auto;
  }

  .case-text,
  .case-media {
    min-width: 0;          /* ✅ KEY FIX */
    width: 100%;
  }

  .case-text {
    text-align: center;
  }

  .case-media {
    justify-content: center;
  }

  .case-media img {
    max-width: 100%;
    width: 100%;
    border-radius: 24px;
  }

  .case-stats {
    align-items: center;
  }
}




.medtech-overview {
  padding: 30px 6%;
  background: #f8fbfd;
  /* font-family: 'Segoe UI', sans-serif; */
   margin-top: 40px;
}

.medtech-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1.1fr;
  gap: 20px;
  align-items: start;
}

/* LEFT */
.medtech-left .overview-tag {
  /* color: #2f8cc9; */
  color: #1f5c82;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 20px;
  display: inline-block;
}

.medtech-left h2 {
  font-size: 18px;
  /* font-weight: 800; */
  /* line-height: 1.2; */
  margin-bottom: 25px;
  color: #111;
  color: #0e2f44;
}

.medtech-left p {
  font-size: 14px;
  line-height: 1.7;
  /* color: #444; */
  color: #1f5c82;
  margin-bottom: 20px;
  
}

/* RIGHT */
.medtech-right {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.feature-item1 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feature-icon1 {
  font-size: 30px;
  /* color: #2f8cc9; */
  color: #1f5c82;
  min-width: 40px;
}

.feature-item h4 {
  font-size: 18px;
  margin-bottom: 8px;
  /* color: #111; */
  color: #0e2f44;
  
}

.feature-item1 p {
  font-size: 14px;
  line-height: 1.6;
  color: #1f5c82;
  /* color: #555; */
  margin-top: 5px;
}

.feature-icon1 {
  min-width: 70px;
  height: 70px;
  background: #1f5c82;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 30px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(70, 158, 230, 0.25);
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .medtech-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 480px) {
  .medtech-left h2 {
    font-size: 32px;
  }

  .feature-icon1 {
    font-size: 28px;
  }
}


@media (max-width: 768px) {
  .feature-item1 {
    flex-direction: column;
    text-align: left;
  }

  .feature-icon1 {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  /* .section-heading h2 {
    font-size: 28px;
  }

  .section-heading p {
    font-size: 16px;
  } */
}

/*fourth section*/


.saas-features {
  padding: 70px 20px;
  background: #f8fbff;
  /* font-family: 'Segoe UI', sans-serif; */
  margin-top: 50px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Heading */
.section-heading {
  text-align: center;
  /* margin-bottom: 70px; */
}

.section-heading h2 {
  font-size: 30px;
  font-weight: 800;
  /* color: #1f5c82; */
  margin-bottom: 20px;
  color: #0e2f44;
}

.section-heading p {
  font-size: 16px;
  /* color: #64748b; */
  color: #1f5c82;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Feature Layout */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 1px;
}

/* Icon */
.feature-icon {
  min-width: 70px;
  height: 70px;
  background: #1f5c82;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 30px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(70, 158, 230, 0.25);
}

/* Text */
.feature-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 15px;
}

.feature-text p {
  font-size: 14px;
  color: #475569;
  color: #1f5c82;
  line-height: 1.6;
  max-width: 800px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-item {
    flex-direction: column;
    text-align: left;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .section-heading p {
    font-size: 16px;
  }
}


/*six section*/

.supply-section {
  padding: 20px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
}

/* ================================
   LEFT CONTENT
================================ */
.content {
  flex: 1;
  min-width: 280px;
}

.content .tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* color: #2563eb; */
  color: #1f5c82;
  margin-bottom: 20px;
}

.content h1 {
  font-size: 30px;
  font-weight: 800;
  /* line-height: 1.25; */
  margin-bottom: 20px;
  color: #2f8cc9;
  /* color: #0e2f44; */
}

.content .subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 20px;
}

.content p {
  font-size: 15px;
  /* color: #6b7280; */
  color: #1f5c82;

  line-height: 1.6;
  margin-bottom: 30px;
}

/* .btn-primary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 40px;
  
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(37,99,235,0.25);
} */

/* .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 25px rgba(37,99,235,0.35);
} */

/* ================================
   DIAGRAM IMAGE CARD
================================ */
.diagram-wrapper {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.diagram-card {
  /* background: #ffffff; */
  border-radius: 28px;
  padding: 50px;
  /* box-shadow: 
    0 40px 80px rgba(0, 0, 0, 0.06),
    0 15px 30px rgba(0, 0, 0, 0.04); */
  max-width: 550px;
  width: 100%;
  position: relative;
}

/* subtle glow effect */
.diagram-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  /* background: radial-gradient(circle, rgba(37,99,235,0.15), transparent 70%); */
  z-index: 0;
}

.diagram-card img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .container {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }

  .content h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {

  .supply-section {
    padding: 70px 15px;
  }

  .diagram-card {
    padding: 25px;
  }

  .content h1 {
    font-size: 24px;
    display: flex;
    align-items: center;
  
  }

  .content p {
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .btn-primary {
    padding: 12px 24px;
    font-size: 13px;
  }
}

/*last section*/

:root{
  --blue-main:#2f8cc9;
  --blue-dark:#1f5c82;
  --footer-bg:#0f172a;
  --text-light:#cbd5e1;
  --text-muted:#94a3b8;
}
.wave-footer{
  position:relative;
  background: var(--footer-bg);
  padding-top:170px;
  padding-bottom:60px;
  overflow:hidden;
}

.wave-top{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:170px;
}

.wave-top path{
  fill:#ffffff;
}
.cta-wrapper{
  position:relative;
  margin-top:-110px;
  padding:0 20px;
  z-index:5;
}

.cta-box{
  max-width:1200px;
  margin:0 auto;
  background: var(--blue-main);
  border-radius:24px;
  padding:60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  color:#fff;
  box-shadow:0 30px 70px rgba(0,0,0,0.25);
}

.cta-text h2{
  font-size:20px;
  margin-bottom:20px;
}

.cta-points{
  list-style:none;
}

.cta-points li{
  margin-bottom:10px;
  font-size:16px;
}

.cta-btn{
  background:#ffffff;
  color:var(--blue-dark);
  padding:14px 28px;
  border-radius:50px;
  text-decoration:none;
  font-weight:bold;
  font-size:16px;
  transition:0.3s;
  white-space:nowrap;
}

.cta-btn:hover{
  background:#e6f2fb;
}

/* ================= FOOTER GRID ================= */

.wave-footer-content{
  max-width:1200px;
  margin:90px auto 0 auto;
  padding:0 20px;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap:50px;
  color:var(--text-light);
}

.footer-col h4{
  color:#ffffff;
  margin-bottom:25px;
  font-size:16px;
  
}

/* ================= FOOTER LIST ================= */

.footer-list{
  list-style:none;
}

.footer-list li{
  display:flex;
  align-items:flex-start;
  gap:15px;
  margin-bottom:22px;
}

/* ICON */

.footer-list li i{
  /* color:var(--blue-main); */
  color: var(--text-light);
  font-size:18px;
  margin-top:5px;
  min-width:22px;
}

/* TEXT WRAPPER */

.footer-item-text{
  display:flex;
  flex-direction:column;
}
/* TITLE */

.footer-item-text a{
  font-size:15px;
  font-weight:600;
  color:#ffffff;
  text-decoration:none;
  margin-bottom:4px;
  transition:0.3s;
}

.footer-item-text a:hover{
  color:var(--blue-main);
}

/* DESCRIPTION */

.footer-item-text span{
  font-size:13px;
  color:var(--text-muted);
  line-height:1.5;
}



.cta-wrapper{
  position:relative;
  margin-top:-110px;
  padding:0 20px;
  z-index:5;
}

.cta-box{
  max-width:1200px;
  margin:0 auto;
  background:#3c87b5;
  border-radius:28px;
  padding:50px 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  color:#ffffff;
}

/* LEFT SIDE */
.cta-left{
  display:flex;
  align-items:center;
  gap:20px;
  min-width:280px;
}

.cta-icon{
  width:80px;
  height:80px;
  background:rgba(255,255,255,0.15);
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:50px;
}

.cta-heading h2{
  font-size:18px;
  font-weight:800;
  line-height:1.2;
}

/* MIDDLE POINTS */
.cta-middle ul{
  list-style:none;
}

.cta-middle li{
  margin-bottom:12px;
  font-size:16px;
  display:flex;
  align-items:center;
  gap:10px;
}

.cta-middle li i{
  color:#ffffff;
  font-size:16px;
}

/* RIGHT BUTTON */
.cta-btn{
  background:#ffffff;
  color:#1f5c82;
  padding:16px 30px;
  border-radius:50px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
  transition:0.3s;
}

.cta-btn:hover{
  background:#e6f2fb;
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

  .cta-box{
    flex-direction:column;
    text-align:center;
  }

  .cta-left{
    flex-direction:column;
  }

  .cta-middle li{
    justify-content:center;
  }

  .cta-right{
    margin-top:20px;
  }

}


/* ================= RESPONSIVE ================= */

@media(max-width:992px){

  .cta-box{
    flex-direction:column;
    text-align:center;
  }

  .cta-btn{
    margin-top:20px;
  }

}

@media(max-width:768px){

  .wave-footer{
    padding-top:130px;
  }

  .cta-wrapper{
    margin-top:-80px;
  }

  .cta-box{
    padding:35px 25px;
  }

  .cta-text h2{
    font-size:20px;
  }

  .cta-points li{
    font-size:14px;
  }

  .wave-top{
    height:130px;
  }

}
@media(max-width:768px){

  /* Center section headings */
  .footer-col h4{
    text-align:center;
  }

  /* Center each li */
  .footer-list li{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  /* Center icon */
  .footer-list li i{
    margin:0 0 10px 0;
  }

  /* Center text wrapper */
  .footer-item-text{
    align-items:center;
  }

}

/* ================= FOOTER BOTTOM ================= */

.footer-bottom{
  background:#255a78;
  padding:18px 20px;
  /* margin-top:60px; */
}

.footer-bottom-inner{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#ffffff;
  font-size:16px;
}

.footer-links{
  display:flex;
  gap:30px;
}

.footer-links a{
  color:#ffffff;
  text-decoration:none;
  transition:0.3s;
}

.footer-links a:hover{
  opacity:0.8;
}

.footer-copy{
  text-align:right;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){

  .footer-bottom-inner{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }

  .footer-links{
    justify-content:center;
  }

  .footer-copy{
    text-align:center;
  }

}


@media (max-width: 768px) {

  .hero-cleanroom {
    padding: 120px 16px 140px;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-wave-bg {
    min-height: 300px;
  }

}
@media (max-width: 768px) {
  .hero-wave-bg path {
    stroke-width: 25;
  }
}


/*added seperately*/


.capability-strip{
  padding:50px 6%;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  /* font-family:'Segoe UI',sans-serif; */
}

.capability-container{
  max-width:1300px;
  margin:auto;
}

.capability-header{
  text-align:center;
  margin-bottom:60px;
}

.capability-tag{
  letter-spacing:1px;
  font-size:12px;
  color:#2f8cc9;
  font-weight:700;
  margin-bottom:14px;
}

.capability-header h2{
  font-size:30px;
  /* color:#123a63; */
   color: #0e2f44;
   font-weight:800;
  /* line-height:1.1; */
  
}

/* SCROLL WRAP */
.capability-scroll-wrap{
  position:relative;
  display:flex;
  align-items:center;
}

/* SCROLL AREA */
.capability-scroll{
  display:flex;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding:10px 0;
}

.capability-scroll::-webkit-scrollbar{
  display:none;
}

/* COLUMN STYLE */
.capability-col{
  min-width:330px;
  padding:30px 20px;
  border-right:1px solid #e6eef5;
  background:white;
}

.capability-col:last-child{
  border-right:none;
}

.capability-number{
  font-size:60px;
  font-weight:800;
  /* color:#e8f2fb; */
  color:#cadeef;
  display:block;
  margin-bottom:10px;
}

.capability-col h3{
  font-size:18px;
  margin-bottom:12px;
  color:#1f5c82;
  color: #0e2f44;
}

.capability-col p{
  /* color:#4b5b6b; */
  line-height:1.7;
  font-size:14px;
  color: #1f5c82;
  margin-top: 30px;
}

/* PROFESSIONAL CHEVRON BUTTONS */
.scroll-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:70px;
  height:70px;
  border:none;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:10;
}

/* NEVER HIDE ON LAPTOP */
.scroll-btn.left{ left:-70px; }
.scroll-btn.right{ right:-70px; }

/* ICON STYLE */
.scroll-btn svg{
  width:46px;
  height:46px;
  stroke:#1f5c82;
  stroke-width:2.6;
  fill:none;
  transition:.25s ease;
}

.scroll-btn:hover svg{
  stroke:#2f8cc9;
  transform:scale(1.15);
}

/* TABLET */
@media(max-width:1100px){

  .scroll-btn.left{ left:-40px; }
  .scroll-btn.right{ right:-40px; }

  .capability-col{
    min-width:280px;
    padding:40px 30px;
  }

}

/* SMALL TABLET */
@media(max-width:900px){

  .scroll-btn.left{ left:-25px; }
  .scroll-btn.right{ right:-25px; }

}

/* MOBILE STACK */
@media(max-width:768px){

  .capability-strip{ padding:80px 20px; }

  .capability-header h2{ font-size:30px; }

  .capability-scroll-wrap{ display:block; }

  .capability-scroll{
    flex-direction:column;
    overflow:visible;
  }

  .capability-col{
    min-width:100%;
    border-right:none;
    border-bottom:1px solid #e6eef5;
    padding:35px 20px;
  }

  .capability-col:last-child{ border-bottom:none; }

  .scroll-btn{ display:none; }

}
    



 .energy-hero{
  position:relative;
  overflow:hidden;
  padding:80px 6%;
  background:#fff;
}

/* FLOATING CIRCLES */
.hero-circle{
  position:absolute;
  border-radius:50%;
  background:linear-gradient(145deg,#2f8cc9,#66b2e6);
  opacity:.15;
  filter:blur(2px);
  z-index:0;
}
.circle1{width:150px;height:150px;left:350px;top:20px;}
.circle2{width:140px;height:140px;left:240px;bottom:30px;}
.circle3{width:300px;height:300px;right:-120px;top:30px;}
.circle4{width:220px;height:220px;left:50%;top:50%;transform:translate(-100%,-40%);opacity:.1;}

/* MAIN CONTAINER */
.energy-container{
  position:relative;
  z-index:2;
  max-width:1500px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:70px;
}

/* LEFT SIDE */
.energy-text{
  flex:1 1 520px;
}

.energy-tag{
  color:#2f8cc9;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:15px;
  font-size:12px;
}
.energy-tag{
  margin-left:14px;   /* matches text alignment visually */
}

.energy-title{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:18px;
}

.energy-logo{
  max-width:260px;
  width:100%;
}

.energy-title span{
  font-size:30px;
  font-weight:800;
  color:#0e2f44;
  margin-left: 8px;
}

.energy-desc{
  font-size:15px;
  line-height:1.6;
  color:#1f5c82;
  max-width:600px;
  margin-bottom:30px;
}
.energy-desc{
  margin-left: 8px;
}

.energy-btn{
  display:inline-block;
  padding:16px 34px;
  border-radius:40px;
  background:linear-gradient(90deg,#2f8cc9,#3aa0e6);
  color:#fff;
  font-weight:600;
  text-decoration:none;
  font-size:12px;
  transition:.3s;
}
.energy-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

/* RIGHT SIDE */
.energy-media{
  flex:1 1 520px;
  position:relative;
}

.energy-video video{
  width:100%;
  border-radius:16px;
  object-fit:cover;
}

.play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:70px;
  height:70px;
  background:rgba(47,140,201,0.9);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:34px;
}

.energy-caption{
  margin-top:15px;
  font-size:15px;
  color:#333;
}
.energy-caption span{
  color:#2f8cc9;
  font-weight:600;
}

/* ========================= */
/* TABLET FIX */
/* ========================= */
@media(max-width:1024px){
  .energy-container{
    gap:40px;
  }
}

/* ========================= */
/* MOBILE FIX */
/* ========================= */
@media(max-width:768px){

  .energy-container{
    flex-direction:column;
    text-align:center;
  }

  .energy-text,
  .energy-media{
    flex:unset;
    width:100%;
  }

  .energy-logo{
    margin:0 auto;
  }

  .energy-desc{
    margin-left:auto;
    margin-right:auto;
  }

  .energy-btn{
    margin:auto;
  }
}

/* ========================= */
/* SMALL MOBILE */
/* ========================= */
@media(max-width:480px){

  .energy-hero{padding:40px 16px;}

  .energy-title span{font-size:26px;}

  .energy-desc{font-size:14px;}

  .energy-btn{
    padding:14px 24px;
    font-size:12px;
  }

  .play-btn{
    width:56px;
    height:56px;
    font-size:24px;
    background: rgba(47,140,201,0.9);
  }
}





.energy-media {
  position: relative;
  display: inline-block;
}

.energy-media .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 3rem;
  color: white;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  padding: 1rem;
  transition: background 0.3s ease;
  background: rgba(47,140,201,0.9);
  cursor: pointer;
}

.energy-media .play-btn:hover {
  /* background: rgba(0,0,0,0.6); */
}